Founder cambaz 488 Posted July 25 Founder Share Posted July 25 This is the hidden content, please Sign In or Sign Up Anti-Process This simply stops any process from looking at your program, task manager, process hacker and any application including debuggers. How it Works so we simply place a hook on NTQUERYSYSTEMINFORMATION and return false always to crash applications trying to query information about our process. i also included another way of detecting file start ups that will not allow files to be started via doing the same exact thing to CreateProccessW of setting a hook and returning false always. Usage To integrate Anti-Process into your project, simply include the provided code snippets into your existing code. This is the hidden content, please Sign In or Sign Up 3 Link to comment https://crackfrm.org/topic/242-c-anti-process/ Share on other sites More sharing options...
shoei 0 Posted July 25 Share Posted July 25 e.s Link to comment https://crackfrm.org/topic/242-c-anti-process/#findComment-1984 Share on other sites More sharing options...
temp 1 Posted July 26 Share Posted July 26 hook restore atıp geçemezler mi ? Link to comment https://crackfrm.org/topic/242-c-anti-process/#findComment-2000 Share on other sites More sharing options...
suhaibabid524 0 Posted July 26 Share Posted July 26 good Link to comment https://crackfrm.org/topic/242-c-anti-process/#findComment-2006 Share on other sites More sharing options...
Sandesh xD 0 Posted July 26 Share Posted July 26 18 hours ago, cambaz said: Hidden Content Reply to this topic to see the hidden content. Anti-Process This simply stops any process from looking at your program, task manager, process hacker and any application including debuggers. How it Works so we simply place a hook on NTQUERYSYSTEMINFORMATION and return false always to crash applications trying to query information about our process. i also included another way of detecting file start ups that will not allow files to be started via doing the same exact thing to CreateProccessW of setting a hook and returning false always. Usage To integrate Anti-Process into your project, simply include the provided code snippets into your existing code. Hidden Content Reply to this topic to see the hidden content. jjjj Link to comment https://crackfrm.org/topic/242-c-anti-process/#findComment-2009 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now